home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: Essential Home & Business
/
PC-SIG - Essential Home and Business Collection.iso
/
26
/
1
/
7
/
REMOVE.BAT
< prev
Wrap
DOS Batch File
|
1990-06-28
|
1KB
|
51 lines
echo off
cls
echo.
echo This program will remove Your Real Estate Partner from the hard disk.
echo.
if exist %1:\partner.exe goto :two
if "==%1" goto :error
if "==%2" goto :error
goto :error
:two
if %2==c goto :three
if %2==C goto :three
if %2==d goto :three
if %2==D goto :three
if %2==e goto :three
if %2==E goto :three
if %2==f goto :three
if %2==F goto :three
goto :error
:three
echo.
%2:
cd\partner
%1:
if not exist %2:\partner\partner.exe goto :next
erase %2:\partner\partner.exe goto :next
echo.
echo.
:next
:four
echo.
echo.
clean %1: %2:
goto :end
:error
echo.
echo.
echo Please type the REMOVE command in the following format:
echo.
echo. REMOVE Drive1 Drive2
echo.
echo Drive1 is the program diskette.
echo Drive2 is the hard disk drive with Your Real Estate Partner
echo.
echo For example, typing "REMOVE A C" will remove Your Real Estate
echo Partner from the hard disk or C drive and reset the product diskette
echo.
echo.
echo.
:end